projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ddfa14
)
Replace conversion specification %T with %H:%M:%S. %T is not fully implemented under...
author
oliskoli
<oliskoli>
Wed, 6 Dec 2006 21:29:36 +0000
(21:29 +0000)
committer
oliskoli
<oliskoli>
Wed, 6 Dec 2006 21:29:36 +0000
(21:29 +0000)
style/gpsdrivetrack.style
patch
|
blob
|
history
diff --git
a/style/gpsdrivetrack.style
b/style/gpsdrivetrack.style
index 6112142b42c9ce0004f64207ac270bdc11cba7ed..a23e14174256d43f25ef2927b09a8a0b16c7e766 100644
(file)
--- a/
style/gpsdrivetrack.style
+++ b/
style/gpsdrivetrack.style
@@
-26,5
+26,5
@@
IFIELD LON_DECIMAL, "", "%10.6f"
IFIELD ALT_METERS, "", "%10.0f"
# Reports are that this format stores in local time, not GMT as
# originally thought.
-# IFIELD GMT_TIME, "", "%a %b %d %
T
%Y"
-IFIELD LOCAL_TIME, "", "%a %b %d %
T
%Y"
+# IFIELD GMT_TIME, "", "%a %b %d %
H:%M:%S
%Y"
+IFIELD LOCAL_TIME, "", "%a %b %d %
H:%M:%S
%Y"